home *** CD-ROM | disk | FTP | other *** search
/ Solar System Explorer / Solar System Explorer.iso / Start.exe / Start.dcr / Internal_163_Hold until sound completes.ls < prev    next >
Encoding:
Text File  |  2010-08-18  |  283 b   |  14 lines

  1. property pWhichChannel
  2.  
  3. on exitFrame me
  4.   if sound(pWhichChannel).isBusy() then
  5.     go(the frame)
  6.   end if
  7. end
  8.  
  9. on getPropertyDescriptionList
  10.   vPDList = [:]
  11.   setaProp(vPDList, #pWhichChannel, [#comment: "Which sound channel?", #format: #integer, #default: 2])
  12.   return vPDList
  13. end
  14.